home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 March / macformat-035.iso / CodeWarrior Lite 1.4 / MacOS Support / Headers / ANSI Headers / exception.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  406 b   |  11 lines  |  [TEXT/CWIE]

  1. /************************************************************************/
  2. /*    Project...:    Standard C++ Library                                    */
  3. /*    Name......:    exception                                                */
  4. /*    Purpose...:    exception handling                                        */
  5. /*  Copyright.: ©Copyright 1995 by metrowerks inc. All rights reserved. */
  6. /************************************************************************/
  7.  
  8. #ifndef _EXCEPTION_
  9. #include <exception>
  10. #endif
  11.